Subsystem.Dispose method

Disconnects the application from KINGSTAR and releases any unmanaged resources. It is essential to invoke the Dispose method when the instance is no longer needed.

Namespace: IntervalZero.KINGSTAR.Local.Class

Assembly: IntervalZero.KINGSTAR.Local.Class (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public void Dispose()
Public void Dispose()

Examples

C#
N/A

See also

Subsystem Class

IntervalZero.KINGSTAR.Local.Class Namespace